home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / powervww / pvhelp.h < prev    next >
Text File  |  1998-01-05  |  1KB  |  27 lines

  1. //  ____________________________________________________
  2. // |                                                    |
  3. // |  Project:     POWER VIEW INTERFACE                 |
  4. // |  File:        PVHELP.H                             |
  5. // |  Compiler:    WPP386 (10.6)                        |
  6. // |                                                    |
  7. // |  Subject:     Help maneger interface               |
  8. // |                                                    |
  9. // |  Author:      Emil Dotchevski                      |
  10. // |____________________________________________________|
  11. //
  12. // E-mail: zajo@geocities.com
  13. // URL:    http://www.geocities.com/SiliconValley/Bay/3577
  14.  
  15. //NOTE: These topics should appear in the top of the
  16. //      help source file, in exact order.
  17. #define htHELP_CONTENTS         1
  18. #define htHELP_ON_HELP          2
  19. #define htD_WINDOWS_LIST        3
  20. #define htD_FIND                4
  21. #define htD_REPLACE             5
  22. #define htD_GOTO_LINE_NUMBER    6
  23. #define htD_SELECT_FILE         7
  24.  
  25. void set_help_filename( char *filename );
  26. void online_help( uint help_context );
  27.